home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
CheeseHunt.swf
/
scripts
/
frame_540
/
PlaceObject2_326_49
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
184 b
|
10 lines
onClipEvent(enterFrame){
if(_root.timer.timer > 0)
{
_root.timer.timer -= 1;
_root.total_score += 15;
bonus.start();
bonus.setVolume(30);
}
}